aboutsummaryrefslogtreecommitdiffstats
path: root/tests/indent/gleam/todo.gleam
blob: 407a85aefd6bcd0397b8d27c24e4a63d86e1f94b (plain) (blame)
1
2
3
4
5
pub fn main() {
  todo(
    "Foo"
  )
}