expressions: make assign_expression() take an op argument
[smatch.git] / validation / infinite-loop02.c
blob7d0761d87ad7510de836ecb73d4705ff18ecabbb
1 void foo(void)
3 int a = 1;
4 while ((a = !a))
8 /*
9 * check-name: infinite loop 02
10 * check-command: sparse -Wno-decl $file