pawn-compiler/source/compiler/tests/destructor_not_impl_gh_310.pwn

5 lines
68 B
Plaintext
Raw Permalink Normal View History

2018-08-01 14:11:45 +05:30
forward operator~(Error:right[], size);
main() {
new Error:e;
}