commit | b010d64f92a5b1c17aff474a6a7fcc872cb747d5 | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Fri Sep 29 17:34:56 2006 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Fri Sep 29 17:34:56 2006 +0000 |
tree | 73a8d39e91bc883666edc0b2ac304802e8cbc154 | |
parent | 7a8efced36bb0d9d61fcaa4f31c1e6db4cfc4299 [diff] [blame] |
Adjust this to the wonky syntax that GCC expects. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@30670 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/CFrontend/2005-12-04-AttributeUsed.c b/test/CFrontend/2005-12-04-AttributeUsed.c index e19d348..a3da1c3 100644 --- a/test/CFrontend/2005-12-04-AttributeUsed.c +++ b/test/CFrontend/2005-12-04-AttributeUsed.c
@@ -3,6 +3,5 @@ int X __attribute__((used)); int Y; -void foo() __attribute__((used)); +__attribute__((used)) void foo() {} -void foo() {}