Add acceptance test scenario: 037

```
  Error:
    × Main thread panicked.
    ├─▶ at /Users/ktorz/Documents/Projects/aiken-lang/aiken/crates/aiken-
    │   project/src/lib.rs:701:36
    ╰─▶ called `Result::unwrap()` on an `Err` value: FreeUnique(Name { text:
        "_not", unique: Unique(1) })
  ```
This commit is contained in:
KtorZ 2022-12-29 17:40:09 +01:00
parent 85a6a711e1
commit d5d878e83c
No known key found for this signature in database
GPG Key ID: 33173CB6F77F4277
3 changed files with 10 additions and 0 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_037"
version = "0.0.0"

View File

@ -0,0 +1,3 @@
test foo() {
not(False)
}