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