Move all C++ tests to cpp.
This commit is contained in:
10
cpp/test_empty_struct.cpp
Normal file
10
cpp/test_empty_struct.cpp
Normal file
@@ -0,0 +1,10 @@
|
||||
class A
|
||||
{
|
||||
};
|
||||
|
||||
int main( )
|
||||
{
|
||||
A* p = new A;
|
||||
p->operator delete();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user