Merge from mainline (165734:167278).
[official-gcc/graphite-test-results.git] / gcc / testsuite / gcc.dg / lto / 20090313_0.c
blob226e647135a7d9cad2c825346da9ad9239e53956
1 /* { dg-lto-options "-mcpu=v9" { target sparc*-*-* } } */
2 /* { dg-require-effective-target sync_char_short } */
3 void
4 _cairo_clip_path_reference () {
5 int a;
6 __sync_fetch_and_add(&a, 1);
9 int main(void) {
10 return 0;