ltrace/tests/Sanity/random-apps/say_linux.c
Václav Kadlčík 0554fda54f Import RHEL's test Sanity/random-apps
Note than several sub-tests (apps) had to be removed as unsuitable
for publishing.
2021-08-17 16:31:24 +00:00

9 lines
100 B
C

#include <stdio.h>
#include <stdlib.h>
int main() {
printf("Linux\n");
exit(0);
}