# Another test for generic functions. This should fail to compile import std; fn sum[T: any](a: T, b: T): T { return a + b; }