blob: 0ec4f359f0468f1183f3836d564f1515344a8cf0 (
plain)
1
2
3
4
5
6
7
8
9
10
|
/* Copyright (C) 2000 Free Software Foundation, Inc. */
/* { dg-do preprocess } */
/* { dg-options "-std=c++98" } */
/* This file is for testing the preprocessor in -std=c++98 mode.
Neil Booth, 2 Dec 2000. */
#if 1LL
#endif
|