diff options
author | bloodstalker <thabogre@gmail.com> | 2017-12-09 17:13:40 +0000 |
---|---|---|
committer | bloodstalker <thabogre@gmail.com> | 2017-12-09 17:13:40 +0000 |
commit | 4455c445725f68c6764d0e8b731d2d68db13beb9 (patch) | |
tree | 94f8b93b1dc11f0b329faef64174424e2e219ebe /test/bruisertest/test.cpp | |
parent | wip (diff) | |
download | mutator-4455c445725f68c6764d0e8b731d2d68db13beb9.tar.gz mutator-4455c445725f68c6764d0e8b731d2d68db13beb9.zip |
obfuscator can remove comments now. it can handle some hairy stuff. its better than vim's syntax highlighter anyways
Diffstat (limited to '')
-rw-r--r-- | test/bruisertest/test.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/bruisertest/test.cpp b/test/bruisertest/test.cpp index 9b0ce2f..034a8ef 100644 --- a/test/bruisertest/test.cpp +++ b/test/bruisertest/test.cpp @@ -42,7 +42,9 @@ int main(int argc, const char **argv) int hubba; /* * */ + /* "//" \\ \\\\ // */ //std::cout << "//" << "/**/" << "\n"; + int/***/ cucu; #if 0 std::ofstream myfile; myfile.open("./touch"); |