ab4bc8a24e
Move some of the RHEL QE testcases upstream to Fedora.
8 lines
119 B
C
8 lines
119 B
C
#define MESG "you are not suppposed to see this\n"
|
|
|
|
int main()
|
|
{
|
|
write(1, MESG, sizeof(MESG) - 1);
|
|
return 0;
|
|
}
|