10 lines
81 B
C++
10 lines
81 B
C++
|
|
||
|
#include "systemlib.h"
|
||
|
|
||
|
int main()
|
||
|
{
|
||
|
SystemStruct s;
|
||
|
(void)s;
|
||
|
return 0;
|
||
|
}
|