diff options
Diffstat (limited to 'boca-1.5.1/doc/tests/fontes/bits-runtime.cpp')
| -rw-r--r-- | boca-1.5.1/doc/tests/fontes/bits-runtime.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/boca-1.5.1/doc/tests/fontes/bits-runtime.cpp b/boca-1.5.1/doc/tests/fontes/bits-runtime.cpp deleted file mode 100644 index 9fe074f..0000000 --- a/boca-1.5.1/doc/tests/fontes/bits-runtime.cpp +++ /dev/null @@ -1,5 +0,0 @@ -int main(void) { - int *n= (int *)42; - *n = 42; - return 0; -} |