let identical symbols share their evaluate/expand methods
[smatch.git] / validation / kill-phi-node.c
blob88de9f9623fda0277eb7bdb70ea4695f23fa70dc
1 void foo(int a, int *b, unsigned int g);
2 void foo(int a, int *b, unsigned int g)
4 int d = 0;
6 if ((!a || *b) && g)
7 d = 16;
8 else
9 d = 8;
13 * check-name: kill-phi-node
14 * check-command: test-linearize $file
16 * check-output-ignore
17 * check-output-excludes: phisrc\\.