c++: Implement for namespace statics CWG 2867 - Order of initialization for structure...
[official-gcc.git] / gcc / testsuite / gcc.dg / inline-mem-cmp-pr112778.c
blobfdfc5b6f28c8e40cb2ba554dcea6c395678d5d29
1 /* { dg-do compile } */
2 /* { dg-options "-finline-stringops" } */
4 char buf[3];
6 int
7 f ()
9 __builtin_memset (buf, 'v', 3);