blob: 1a18404ca407dbbafd75b0b0d99b5573c6bef3ae [file] [log] [blame]
#include <stdio.h>
#include "pr12942a.h"
extern "C" void abort ();
test_t b(void);
int
main(void)
{
if (test != b ())
abort ();
printf ("OK\n");
return 0;
}