aihc-parser-1.0.0.2: test/Test/Fixtures/golden/module/data-record-bang-star.yaml
extensions: []
input: |
data C = MkC {x :: ~(*), y :: !(*)}
ast: |-
Module {[DeclData (DataDecl {Prefix "C", [RecordCon "MkC" [FieldDecl ["x"] (BangType {True, TParen (TStar)}), FieldDecl ["y"] (BangType {True, TParen (TStar)})]]})]}
status: pass