expressions: make assign_expression() take an op argument
[smatch.git] / validation / alias-distinct.c
blob42937b24b5cf629e5038fd1feaeda2cdd28d923f
1 extern int g;
2 extern int h;
4 static int foo(void)
6 g = 1;
7 h = 2;
8 return g == 1;
12 * check-name: alias distinct symbols
13 * check-command: test-linearize $file
14 * check-output-ignore
16 * check-output-contains: ret\\..* *\\$1