]> Git Repo - J-linux.git/blob - tools/testing/selftests/x86/trivial_program.c
Merge tag 'amd-drm-next-6.5-2023-06-09' of https://gitlab.freedesktop.org/agd5f/linux...
[J-linux.git] / tools / testing / selftests / x86 / trivial_program.c
1 /* Trivial program to check that compilation with certain flags is working. */
2
3 #include <stdio.h>
4
5 int
6 main(void)
7 {
8         puts("");
9         return 0;
10 }
This page took 0.040671 seconds and 4 git commands to generate.