1 // Test that qualifiers other than volatile are disallowed on asm.
3 // { dg-options "-std=gnu++98" }
10 asm const (""); // { dg-error {'const' is not an 'asm' qualifier} }
12 asm __restrict (""); // { dg-error {'__restrict' is not an 'asm' qualifier} }