#pragma once enum E { ENUM_VAL_1, ENUM_VAL_2 }; typedef enum E E; inline void test_foo(void) {}