param_cleared: handle direct assignments
[smatch.git] / validation / preprocessor / preprocessor21.c
blob4b55a6b894ea639d21eb2d8dab02a70c68dec563
1 #if 1
2 #if
3 /*
4 * check-name: Preprocessor #21
5 * check-description: This used to hang Sparse.
6 * check-command: sparse -E $file
8 * check-output-start
11 * check-output-end
13 * check-error-start
14 preprocessor/preprocessor21.c:2:2: error: unterminated preprocessor conditional
15 * check-error-end