xref
: /
llvm-project
/
bolt
/
test
/
X86
/
Inputs
/
inlinee.cpp
(revision 4c106cfdf7cf7eec861ad3983a3dd9a9e8f3a8ae)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
question()
1
const
char
*
question
() {
2
return
"What do you get if you multiply six by nine?"
;
3
}
4