Base: Make the "little" test program compilable again

This commit is contained in:
Andreas Kling 2021-04-03 20:36:25 +02:00
parent 8abbb7e090
commit f1ea092d8f

View file

@ -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);
}