From b3d5a323a5ca92ea73443499cee2f15db1ff0fb3 Mon Sep 17 00:00:00 2001 From: Roman Divacky Date: Wed, 18 Nov 2009 14:59:57 +0000 Subject: Update clang to r89205. --- test/CodeGen/predefined-expr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/CodeGen/predefined-expr.c') diff --git a/test/CodeGen/predefined-expr.c b/test/CodeGen/predefined-expr.c index 9b645931a4a7c..1a5dcb4fc6ff9 100644 --- a/test/CodeGen/predefined-expr.c +++ b/test/CodeGen/predefined-expr.c @@ -9,7 +9,7 @@ // CHECK: @__func__.staticFunction = private constant [15 x i8] c"staticFunction\00" // CHECK: @__PRETTY_FUNCTION__.staticFunction = private constant [22 x i8] c"void staticFunction()\00" -#include +int printf(const char *, ...); void plainFunction() { printf("__func__ %s\n", __func__); -- cgit v1.2.3