Files
swift-mirror/test/SILGen/Inputs/open_enum.h
Allan Shortlidge 2150ff6adf Tests: Fix skip-function-bodies-clang-enum-init-raw-value.swift on Windows.
Declare an explicit type for the enum to make SILGen output consistent across platforms.
2023-10-10 16:52:31 -07:00

6 lines
96 B
C

typedef enum __attribute__((enum_extensibility(open))) YesOrNo : int {
Yes,
No,
} YesOrNo;