cxl/tests/t006.cxl

11 lines
88 B
Plaintext

#include <stdio.h>
class Foo
{
};
int main(int argc, char * argv[])
{
return 0;
}