]> gcc.gnu.org Git - gcc.git/blob - gcc/testsuite/gdc.dg/gdc260.d
Add D front-end, libphobos library, and D2 testsuite.
[gcc.git] / gcc / testsuite / gdc.dg / gdc260.d
1 // https://bugzilla.gdcproject.org/show_bug.cgi?id=260
2 // { dg-options "-Wall -Werror" }
3 // { dg-do compile }
4
5 import gcc.builtins;
6
7 char *bug260(char *buffer)
8 {
9 return __builtin_strcat(&buffer[0], "Li");
10 }
This page took 0.036562 seconds and 5 git commands to generate.