tnil_type.nim 77 B

1234567
  1. discard """
  2. targets: "c cpp"
  3. """
  4. proc foo(v: type(nil)) = discard
  5. foo nil