1 /* Test that qualifiers other than volatile are ignored on asm. */
2 /* Origin: Joseph Myers <joseph@codesourcery.com> */
3 /* { dg-do compile } */
4 /* { dg-options "-std=gnu99" } */
10 asm const (""); /* { dg-warning "const qualifier ignored on asm" } */
11 asm restrict (""); /* { dg-warning "restrict qualifier ignored on asm" } */