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