diff options
-rw-r--r-- | test/CodeGenObjC/nested-rethrow.m | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/CodeGenObjC/nested-rethrow.m b/test/CodeGenObjC/nested-rethrow.m index 187998ed00..dd7439def2 100644 --- a/test/CodeGenObjC/nested-rethrow.m +++ b/test/CodeGenObjC/nested-rethrow.m @@ -1,6 +1,7 @@ // RUN: clang -cc1 -triple i386-apple-darwin9 -emit-llvm %s -o - | FileCheck %s -#include <stdio.h> + +extern int printf(const char*, ...); int main() { |