inline.h 93 Bytes Raw Blame History Permalink 1 2 3 4 5 // REQUIRES: x86-registered-target INLINE int bar() { static int var = 42; return var; }