1
0
mirror of https://github.com/physwizz/a155-U-u1.git synced 2025-08-15 06:35:18 +00:00
Files
a155-U-u1/kernel-5.10/tools/testing/selftests/x86/trivial_program.c
physwizz 99537be4e2 first
2024-03-11 06:53:12 +11:00

11 lines
141 B
C

/* Trivial program to check that compilation with certain flags is working. */
#include <stdio.h>
int
main(void)
{
puts("");
return 0;
}