comparison libmudflap/testsuite/libmudflap.c/pass48-frag.c @ 0:a06113de4d67

first commit
author kent <kent@cr.ie.u-ryukyu.ac.jp>
date Fri, 17 Jul 2009 14:47:48 +0900
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:a06113de4d67
1 void foo (int k)
2 {
3 volatile int *b = & k;
4 *b = 5;
5 }
6
7 int main ()
8 {
9 foo (5);
10 return 0;
11 }