forked from LeenkxTeam/Kmake
10 lines
77 B
C++
10 lines
77 B
C++
|
|
#include "test.h"
|
||
|
|
|
||
|
|
int main() {
|
||
|
|
return foo();
|
||
|
|
}
|
||
|
|
|
||
|
|
int foo() {
|
||
|
|
return 0;
|
||
|
|
}
|