]> git.wh0rd.org - ICEs.git/blob - 318007/buf0buf.i
more ices
[ICEs.git] / 318007 / buf0buf.i
1 foo()
2 {
3 volatile long int lock;
4 retry:
5 if (__sync_fetch_and_add(&lock, 0x00100000))
6 goto retry;
7 }