aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorbloodstalker <thabogre@gmail.com>2017-12-09 17:13:40 +0000
committerbloodstalker <thabogre@gmail.com>2017-12-09 17:13:40 +0000
commit4455c445725f68c6764d0e8b731d2d68db13beb9 (patch)
tree94f8b93b1dc11f0b329faef64174424e2e219ebe /test
parentwip (diff)
downloadmutator-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 'test')
-rw-r--r--test/bruisertest/test.cpp2
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");