db/insert_manual_states.pl: remove debug output
[smatch.git] / validation / optim / volatile-side-effect.c
blob842b7228276f1773292dccffb0ed4e48175af97e
1 void foo(int p, volatile int *ptr)
3 p ? : *ptr;
4 p ? : *ptr;
7 /*
8 * check-name: volatile-side-effect
9 * check-command: test-linearize -Wno-decl $file
10 * check-output-ignore
12 * check-output-pattern(2): load