aboutsummaryrefslogtreecommitdiff
path: root/bindings/python/tests/cindex/INPUTS/parse_arguments.c
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2010-01-25 00:43:31 +0000
committerDaniel Dunbar <daniel@zuster.org>2010-01-25 00:43:31 +0000
commit1f8d7f94c7c61c7bb45ebb07e6ce5461bf2a80d5 (patch)
tree8598016aae3ffd4b52ee278e80202af2293299e7 /bindings/python/tests/cindex/INPUTS/parse_arguments.c
parentfd9f23464bfd35314c87c4df410f3937d59eb96d (diff)
cindex/Python: Fix/simplify Index.parse() passing command line arguments.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@94394 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'bindings/python/tests/cindex/INPUTS/parse_arguments.c')
-rw-r--r--bindings/python/tests/cindex/INPUTS/parse_arguments.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/bindings/python/tests/cindex/INPUTS/parse_arguments.c b/bindings/python/tests/cindex/INPUTS/parse_arguments.c
new file mode 100644
index 0000000000..7196486c78
--- /dev/null
+++ b/bindings/python/tests/cindex/INPUTS/parse_arguments.c
@@ -0,0 +1,2 @@
+int DECL_ONE = 1;
+int DECL_TWO = 2;