mirror of
https://github.com/Gericom/teak-llvm.git
synced 2025-06-23 05:25:50 -04:00
6 lines
99 B
C++
6 lines
99 B
C++
int main(int argc, const char * argv[])
|
|
{
|
|
IntContainer test(42);
|
|
return 0; // break here
|
|
}
|