blob: bce0e41a60fbecd54e5d274cd40d34ccb7546acd [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" }
}