blob: 248dbe763bc5db41893b62cb5c62a36fc8339a1e [file] [log] [blame]
#include "byval1.h"
extern "C" void abort (void);
extern void Foo (C c);
extern int r;
void
byval1_x ()
{
C c;
Foo (c);
if (r != 0)
abort ();
}