blob: 81abdd7b101fd0d55ba231a86328745a7d6a8c90 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
#pragma ident "foo"
/*
* check-description: check that '#pragma ident ... " is ignored.
* check-name: ident-pragma
* check-command: sparse -E $file
*
* check-output-start
* check-output-end
*/
|