Searched refs:unsupportedTypes (Results 1 – 1 of 1) sorted by relevance
167 bool unsupportedTypes = (sizeof(Byte) != 1 || sizeof(UInt32) < 4 || sizeof(UInt64) < 4); in main2() local168 if (unsupportedTypes) in main2()