ladybird/Userland/false.cpp
2018-11-09 14:29:00 +01:00

7 lines
64 B
C++

#include <sys/cdefs.h>
int main(int, char**)
{
return 1;
}