blob: 967476d3a1f3bdff8461e64e46ec438ce008033a (
plain)
1
2
3
4
5
6
|
/* Copyright (c) 2002 Free Software Foundation Inc. */
/* Test that macros are not expanded in the <> quotes of #inlcude. */
#define builtins 1
#include <builtins.h> /* { dg-bogus "o such file or directory" } */
|