Require target lra in gcc.dg/pr108095.c
[official-gcc.git] / gcc / testsuite / gdc.dg / gdc4.d
blob9a7499a1490b949a2fe98109bd771d9d77a96b43
1 // https://bugzilla.gdcproject.org/show_bug.cgi?id=4
2 // { dg-do compile }
4 void test4()
6 string str = "allo";
7 static assert(!__traits(compiles, str.reverse));
8 static assert(!__traits(compiles, str.sort));