aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/cpp/empty-include.c
blob: 6b5a47cbba7ae9c979d2389efc8e03a3f38180c5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/* 
 * Copyright 2004 Free Software Foundation, Inc.
 * Contributed and written by Nathanael Nerode.
 *
 * GCC 3.4 would attempt to open stdin as the included file
 * (PR 17610), causing a sort of hang.
 * 
 * We should get an error.
 */

/* {dg-do preprocess} */
#include "" /* { dg-error "empty" "error on empty filename in include" } */
int x; /* Otherwise we have an empty file and get more errors. */