aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.dg/cpp/c++_cmd_1.C
blob: e4e0482936b7ff4b0958e7436027a492b0cf3b1d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/* Copyright (C) 2003 Free Software Foundation, Inc.  */

/* { dg-do preprocess } */
/* { dg-options "-c -include ${srcdir}/g++.dg/cpp/c++_cmd_1.h" } */

/* Contributed by Devang Patel  <dpatel@apple.com>  */

int main ()
{
	return 0;
}