feat: add identity, always, & flip

This commit is contained in:
rvcas
2023-01-14 23:21:42 -05:00
committed by Lucas
parent 9daf86e984
commit 00f2150eed
11 changed files with 314 additions and 4 deletions

View File

@@ -0,0 +1,5 @@
# This file was generated by Aiken
# You typically do not need to edit this file
requirements = []
packages = []

View File

@@ -0,0 +1,2 @@
name = "aiken-lang/acceptance_test_041"
version = "0.0.0"

View File

@@ -0,0 +1,3 @@
test identity_1() {
identity(1) == 1
}