(root)/
gcc-13.2.0/
gcc/
testsuite/
gdc.dg/
asm2.d
// { dg-do compile }
module asm2;

void test()
{
    asm const shared { }    // { dg-error "'const'/'immutable'/'shared'/'inout' attributes are not allowed on 'asm' blocks" }
}