[Reland][Runtimes] Merge 'compile_commands.json' files from runtimes build (#116303)
[llvm-project.git] / clang / test / InterfaceStubs / inline.h
blob2f8083c98fdabf2490dda7d52ddeea54a00fedcc
1 // REQUIRES: x86-registered-target
2 INLINE int bar(void) {
3 static int var = 42;
4 return var;