summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gdc.dg/asm2.d
blob: 5b86e3564ef403061119aff3ce07c5cacf570491 (plain)
1
2
3
4
5
6
7
8
// { dg-do compile }
module asm2;

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