Implement x86-64 support in cgcc.
[smatch.git] / validation / asm-volatile.c
blobb6c61143b047ecbb2177efd15515eb651cfa687c
1 #define barrier() __asm__ __volatile__("": : :"memory")
3 static void f(void)
5 barrier();