Files
clang-p2996/lldb/test/API/lang/c/complex/Makefile
Raphael Isemann 3e66bd291f [lldb][NFC] Add test for C99 and GCC complex types
LLDB has a lot of code for supporting complex types but we don't have a single
test for it. This adds some basic tests and documents the found bugs.
2020-06-19 16:22:16 +02:00

5 lines
70 B
Makefile

C_SOURCES := main.c
CFLAGS_EXTRAS := -std=c99
include Makefile.rules