This commit is contained in:
Gorilla Sapiens
2025-05-03 02:36:44 +00:00
parent 2085646e57
commit f13f2cb619
4 changed files with 23 additions and 1 deletions

15
test/misc/bug2637.c Normal file
View File

@@ -0,0 +1,15 @@
#include <stdarg.h>
#include <stdbool.h>
#include <stddef.h>
#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <time.h>
#include <unistd.h>
// compile with --standard c99
int main()
{
return 0;
}