summaryrefslogtreecommitdiff
path: root/bindgen-tests/tests/headers/issue-1554.h
blob: 13452923f8f5e827609d682fc36730d664b293a9 (plain)
1
2
3
4
5
6
// bindgen-flags: --default-enum-style rust_non_exhaustive --rust-target nightly --raw-line '#![cfg(feature = "nightly")]' --raw-line '#![feature(non_exhaustive)]'

enum Planet {
    earth,
    mars
};