1 2 3 4 5
// REQUIRES: x86-registered-target INLINE int bar(void) { static int var = 42; return var; }