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