1
0
mirror of https://github.com/cc65/cc65.git synced 2026-03-10 17:21:49 +00:00
Files
cc65/test/misc/bug2637.c
Gorilla Sapiens f13f2cb619 fixes issue #2637
2025-05-03 02:41:08 +00:00

16 lines
239 B
C

#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;
}