mirror of
https://github.com/RGBCube/serenity
synced 2025-05-14 13:05:00 +00:00

This is similar to the LibJS test data that resides in /home/anon/js-tests. It's more convenient than storing the test programs as raw strings in the code.
4 lines
56 B
C++
4 lines
56 B
C++
int main(int argc, char** argv)
|
|
{
|
|
argv = nullptr;
|
|
}
|