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