/home/fresvfqn/.cagefs/tmp/a.c
// test.c
#include <stdio.h>
int main() {
    printf("Compilation Success!\n");
    return 0;
}