]> granicus.if.org Git - clang/commit
Replace void with int to make this a valid C++ file.
authorRafael Espindola <rafael.espindola@gmail.com>
Thu, 4 Jul 2013 14:25:25 +0000 (14:25 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Thu, 4 Jul 2013 14:25:25 +0000 (14:25 +0000)
commit9e805906ec1ba090bb6aebe630458ff817aaf995
treea2969abcfa5b49be2f079eda09b08af6620baa1f
parentfac55e8d9701c6a10e67d25d3165c049515e942f
Replace void with int to make this a valid C++ file.

The test was passing because clang would still print the ast before exiting
with an error. Since that didn't seem to be the intent of the test, I change
the test instead of adding 'not' to the command line.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@185634 91177308-0d34-0410-b5e6-96231b3b80d8
test/CXX/dcl.dcl/dcl.link/p7-2.cpp