xref: /illumos-gate/usr/src/tools/smatch/src/validation/linear/asm-toplevel.c (revision 3580e26c24814e4d892b1eae539b8761388f79f1)
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