Commit ac51c4e3 by Bernd Schmidt Committed by Bernd Schmidt

New test: compile/991127-1.c

From-SVN: r30675
parent 667c1c2c
1999-11-27 Bernd Schmidt <bernds@cygnus.co.uk>
* compile/991127-1.c: New test.
Wed Oct 20 16:18:23 1999 Jim Wilson <wilson@cygnus.com>
* noncompile/noncompile.exp: For 940510-1.c, change compiler_output
......
extern void foo (int *);
static void bar (char *buf)
{
int a;
foo (&a);
while (a > 0) {
*buf++ = '0';
a--;
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment