pawn-compiler/source/compiler/tests/destructor_not_impl_gh_310.pwn
2018-08-01 14:11:45 +05:30

5 lines
68 B
Plaintext

forward operator~(Error:right[], size);
main() {
new Error:e;
}