xref: /illumos-gate/usr/src/tools/smatch/src/validation/linear/asm-toplevel.c (revision b210e77709da8e42dfe621e10ccf4be504206058)
1 __asm__("/* nothing */");
2 /*
3  * check-name: asm-toplevel.c
4  * check-command: test-linearize $file
5  * check-output-ignore
6  * check-output-contains: asm *".. nothing .."
7  */
8