Sign in
gnu
/
gcc
/
a8404c07e7fca388c02c39077865f7d5fa928430
/
.
/
gcc
/
testsuite
/
c-c++-common
/
cpp
/
dir-only-9.c
blob: d11cd97cb718132f2f98756fc7dd015527a09aa2 [
file
] [
log
] [
blame
]
/* PR preprocessor/103130 */
/* { dg-do preprocess } */
/* { dg-options -fdirectives-only } */
/*\
* this is a comment
\*/
int
main
()
{
return
0
;
}