repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
No empty .Rs/.Re
[netbsd-mini2440.git]
/
gnu
/
dist
/
gcc4
/
gcc
/
testsuite
/
gcc.dg
/
cpp
/
include1.c
blob
a0a54e00598c32f56672b86d13704c494b67f231
1
/* Copyright (C) 2000 Free Software Foundation, Inc. */
2
3
/* { dg-do preprocess } */
4
5
/* Tests that "#include MACRO" works. */
6
7
/* Source: Neil Booth, 29 Oct 2000. */
8
9
#define MACRO
"mi1c.h"
10
#include MACRO
11
#ifndef CPP_MIC_H
12
#error #include MACRO does not work
13
#endif