mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-09 16:42:10 +02:00
7 lines
64 B
C++
7 lines
64 B
C++
#include <sys/cdefs.h>
|
|
|
|
int main(int, char**)
|
|
{
|
|
return 1;
|
|
}
|