/ tests / tests / compiler / structs / cyclic_structs_one_fail.adl
cyclic_structs_one_fail.adl
1  
2  program test.alpha {
3      struct Foo {
4          foo: Foo,
5      }
6  }