Commits
Dave Zarzycki committed e0025769195
XFAIL: default return values
The amusing thing about this test is that this compiles:
func f() -> (result : Int = 12345) {}
...but if you call f(), the result is garbage, and the result: "(Int)"
does not implicitly convert to: "Int".
Swift SVN r3633