expressions: make assign_expression() take an op argument
[smatch.git] / validation / constexpr-labelref.c
blob15b5293aeb3ce9064ec52d580e1a97b8478f61b0
1 static void a(void)
3 label1:
5 static void *b = &&label1;
8 /*
9 * check-name: label reference constness verification.
10 * check-command: sparse -Wconstexpr-not-const $file
12 * check-error-start
13 * check-error-end