blob: 842c2d7cba89c90d850e942ab24a2e3c76f1a870 [file] [log] [blame]
Chris Lattnerafadc962002-08-20 16:01:23 +00001; The C Writer bombs on this testcase because it tries the print the prototype
2; for the test function, which tries to print the argument name. The function
3; has not been incorporated into the slot calculator, so after it does the name
4; lookup, it tries a slot calculator lookup, which fails.
5
6int %test(int) {
7 ret int 0
8}
9