function_hooks/unwind: introduce return_implies_exact()
[smatch.git] / validation / linear / cast-volatile.c
blob6d12c015073149d1e20783f5b0fa8d6af60a912c
1 static int foo(volatile int *a, int v)
3 *a = v;
4 return *a;
7 /*
8 * check-name: cast-volatile
9 * check-command: test-linearize -fdump-ir=linearize $file
11 * check-output-ignore
12 * check-output-excludes: sext\\.
13 * check-output-excludes: zext\\.
14 * check-output-excludes: trunc\\.