Added a testcase to make sure the parser allows
authorSean Callanan <scallanan@apple.com>
Wed, 10 Dec 2014 18:57:09 +0000 (18:57 +0000)
committerSean Callanan <scallanan@apple.com>
Wed, 10 Dec 2014 18:57:09 +0000 (18:57 +0000)
commit832c0b47aa06679eb6a361b40325aeac2a11aebc
tree192b8ab55173b75c14c5c0c8e4bd65544432d662
parent1c1d4d8677bc51e9d1614623df78fcc2a9df5d41
Added a testcase to make sure the parser allows
but ignores module imports in debugger mode,
even inside functions.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@223935 91177308-0d34-0410-b5e6-96231b3b80d8
test/Parser/debugger-import-module.m [new file with mode: 0644]