c++: fix explicit/copy problem [PR109247]
[official-gcc.git] / gcc / testsuite / gdc.dg / gdc260.d
blob4869796135aaac3747eea0939bd2885146fdc151
1 // https://bugzilla.gdcproject.org/show_bug.cgi?id=260
2 // { dg-options "-Wall -Werror" }
3 // { dg-do compile }
5 import gcc.builtins;
7 char *bug260(char *buffer)
9 return __builtin_strcat(&buffer[0], "Li");