blob: 8e8980801873b444c682fed9243054dbcfe0da48 [file] [log] [blame]
package android.aidl.loggable;
union Union {
int num = 43;
@utf8InCpp String str;
}