blob: dd52b2ef33adb6f669eb04bf185dcd8043d8a582 [file] [log] [blame]
#include <other_package/IBaz.h>
// Enum type should be available here since IBaz.h includes Enum.h
void acceptEnum(other_package::Enum n) {
(void)n;
}