import "common.fdl"; package testuse { using common; type main_type : struct { reg (32) : struct { enabled : bit_t; reserved(31); }; }; };