aboutsummaryrefslogtreecommitdiffstats
path: root/tests/indent/gleam/binary_expression.gleam
blob: 6f59bc4f1d24a35f07d65d40646ec93a4b1a3aff (plain) (blame)
1
2
3
4
pub fn main() {
  True &&
    False
}