From ecb7e5c8afe929ee38155db94de6b084ec32a645 Mon Sep 17 00:00:00 2001 From: Roman Divacky Date: Tue, 16 Feb 2010 09:31:36 +0000 Subject: Update clang to r96341. --- bindings/python/tests/cindex/INPUTS/hello.cpp | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 bindings/python/tests/cindex/INPUTS/hello.cpp (limited to 'bindings/python/tests/cindex/INPUTS/hello.cpp') diff --git a/bindings/python/tests/cindex/INPUTS/hello.cpp b/bindings/python/tests/cindex/INPUTS/hello.cpp new file mode 100644 index 000000000000..7ef086e56b2c --- /dev/null +++ b/bindings/python/tests/cindex/INPUTS/hello.cpp @@ -0,0 +1,6 @@ +#include "stdio.h" + +int main(int argc, char* argv[]) { + printf("hello world\n"); + return 0; +} -- cgit v1.2.3