about summary refs log tree commit diff stats
path: root/tutorial/task2.mu
blob: c31efc0f0f5bee2da4ea8f31d7ea3167ff3a6d01 (plain) (blame)
1
2
3
4
5
6
7
fn test-1 {
  check-ints-equal 1, 2, "F - test-1"
}

fn main {
  # do nothing
}