This commit is contained in:
2020-06-23 21:43:19 +08:00
commit c5befd94cb
12 changed files with 296 additions and 0 deletions
BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 127 KiB

+16
View File
@@ -0,0 +1,16 @@
void main(List<String> arguments) {
print(1);
// #[release[google]]
// print(2);
// #[release[!asd]]
// print(3);
// #[debug]
// print(4);
// #[release[test]]
// print(5);
// #[[test asd]]
// print(6);
// #[[]]
// print(7)
// #[[]]
}