Files
clang-p2996/bolt/test/X86/Inputs/inlinee.cpp
Amir Ayupov 92e306de0c [BOLT][TEST] Imported small tests
Summary:
Imported small internal tests:
- indirect_goto.test
- indirect_goto_pie.test
- inlined_function_mixed.test

(cherry picked from FBD31446571)
2021-10-06 12:23:05 -07:00

4 lines
84 B
C++

const char* question() {
return "What do you get if you multiply six by nine?";
}