mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-02-12 09:17:53 +00:00
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;
|
||
|
}
|