btparser/cparser/tests/comment.bt

9 lines
111 B
Plaintext
Raw Normal View History

//this is a single line comment string x = "3";
int x = 5;
/*
this
is a
multline comment*/int y = 4;