Coccinelle release-1.0.0-rc11
[bpt/coccinelle.git] / tests / ws2.c
1 int main() {
2 if (foo())
3 goto err;
4 err: return;
5 }
6