2018-11-07 Richard Biener <rguenther@suse.de>
[official-gcc.git] / gcc / testsuite / g++.dg / torture / pr78051.C
blobff28368d4bb5f9929e990c139f6b01dd19c93137
1 extern "C" {
2     typedef int FILE;
3     int *stdout;
4     int fputs(const char *, FILE *);
6 void print_packet() {
7     const char *color[]{"", "", ""};
8     fputs(color[2], stdout);