99451b44创建于 2020年2月12日历史提交
typedef float float4;

int a();

int main() {
  float4 f = 4.0f;
  // break here
  return a(); 
}