mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-22 09:19:03 +00:00
Base: Make the "little" test program compilable again
This commit is contained in:
@@ -26,7 +26,7 @@ int main(int, char**)
|
||||
Container container;
|
||||
for (int i = 0; i < 3; ++i) {
|
||||
// This is a comment :^)
|
||||
func();
|
||||
MyNamespace::func();
|
||||
printf("Hello friends!\n");
|
||||
mkdir("/tmp/xyz", 0755);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user