|
Support the type printer for C11 compilers
`_Generic` allows us to select the value based on the type of the expression, which means we don't need to support function overloading, and means failing expressions print properly in gcc |
|---|
|
|
| test/CMakeLists.txt |
|---|
| test/type_printers.c 0 → 100644 |
|---|
| test/type_printers.cpp 0 → 100644 |
|---|
| test/type_printers.inc 0 → 100644 |
|---|
| utest.h |
|---|