commit | 68a2eb0cc76267ba0615992fb5e0977853c397b2 | [log] [tgz] |
---|---|---|
author | Douglas Gregor <dgregor@apple.com> | Wed Apr 15 21:30:51 2009 +0000 |
committer | Douglas Gregor <dgregor@apple.com> | Wed Apr 15 21:30:51 2009 +0000 |
tree | 6b73bf1d2f075aef2fc0c36ceddb295ee3707951 | |
parent | 59d8e0ff383274d992b3fa9ebee48b5e4a5ebdd1 [diff] [blame] |
PCH support for declaration attributes git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@69225 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/PCH/attrs.h b/test/PCH/attrs.h new file mode 100644 index 0000000..0d01565 --- /dev/null +++ b/test/PCH/attrs.h
@@ -0,0 +1,7 @@ +// Header for PCH test exprs.c + + + + + +int f(int) __attribute__((overloadable));