10 lines
141 B
C
10 lines
141 B
C
|
#include "third_party/chibicc/test/test.h"
|
||
|
|
||
|
#pragma once
|
||
|
|
||
|
#include "third_party/chibicc/test/pragma-once_test.c"
|
||
|
|
||
|
int main() {
|
||
|
return 0;
|
||
|
}
|