cachepc-linux

Fork of AMDESE/linux with modifications for CachePC side-channel attack
git clone https://git.sinitax.com/sinitax/cachepc-linux
Log | Files | Refs | README | LICENSE | sfeed.txt

trivial_program.c (141B)


      1/* Trivial program to check that compilation with certain flags is working. */
      2
      3#include <stdio.h>
      4
      5int
      6main(void)
      7{
      8	puts("");
      9	return 0;
     10}