diff options
author | Ayke van Laethem <[email protected]> | 2018-10-23 13:26:01 +0200 |
---|---|---|
committer | Ayke van Laethem <[email protected]> | 2018-10-23 13:27:18 +0200 |
commit | e2f6aedd9d3bc6769a2a230fc4a13a282ecc7bd7 (patch) | |
tree | 2044365168942c666899ed4c34146d90ea905f4d /testdata/binop.txt | |
parent | cbd7d401fee058651f9b42c5b7201ac54e158739 (diff) | |
download | tinygo-e2f6aedd9d3bc6769a2a230fc4a13a282ecc7bd7.tar.gz tinygo-e2f6aedd9d3bc6769a2a230fc4a13a282ecc7bd7.zip |
compiler: implement comparing structs directly
Diffstat (limited to 'testdata/binop.txt')
-rw-r--r-- | testdata/binop.txt | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/testdata/binop.txt b/testdata/binop.txt new file mode 100644 index 000000000..ef3bec46d --- /dev/null +++ b/testdata/binop.txt @@ -0,0 +1,16 @@ +true +false +false +true +true +false +false +false +false +true +true +true +true +false +true +false |