Add a test case for static member variables
authorDaniel Malea <daniel.malea@intel.com>
Fri, 1 Mar 2013 18:25:42 +0000 (18:25 +0000)
committerDaniel Malea <daniel.malea@intel.com>
Fri, 1 Mar 2013 18:25:42 +0000 (18:25 +0000)
commit9e84eb41f6fa44a7b9767af21797224ef06a1f64
tree6885a3fe1275b35c0f31b20185511376154dcfe7
parenta79064a88f8aef530e395461d99275d3b38d9230
Add a test case for static member variables
- expected to fail across the board due to llvm.org/pr15401

Patch by Ashok Thirumurthi!

llvm-svn: 176362
lldb/test/lang/cpp/static_members/Makefile [new file with mode: 0644]
lldb/test/lang/cpp/static_members/TestCPPStaticMembers.py [new file with mode: 0644]
lldb/test/lang/cpp/static_members/main.cpp [new file with mode: 0644]