Dead
[official-gcc.git] / gomp-20050608-branch / libmudflap / testsuite / libmudflap.c / pass48-frag.c
blob3059762a82c31222eb4df6f0063248d892fe60d1
1 void foo (int k)
3 volatile int *b = & k;
4 *b = 5;
7 int main ()
9 foo (5);
10 return 0;