blob: 5b86e3564ef403061119aff3ce07c5cacf570491 [file] [log] [blame]
// { dg-do compile }
module asm2;
void test()
{
asm const shared { } // { dg-error "'const'/'immutable'/'shared'/'inout' attributes are not allowed on 'asm' blocks" }
}