isl_test_cpp17-generic.cc: work around std::optional::value issue in older macOS
[isl.git] / include / isl / printer_type.h
blob985f8ca7fa447e504770a1cd3b7ea3e5b2ec3e9f
1 #ifndef ISL_PRINTER_TYPE_H
2 #define ISL_PRINTER_TYPE_H
4 #if defined(__cplusplus)
5 extern "C" {
6 #endif
8 struct isl_printer;
9 typedef struct isl_printer isl_printer;
11 #if defined(__cplusplus)
13 #endif
15 #endif