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