コード例 #1
0
ファイル: conversion.c プロジェクト: LegalizeAdulthood/clang
void test_7676608(void) {
  float q = 0.7f;
  char c = 5;
  f7676608(c *= q); // expected-warning {{conversion}}
}
コード例 #2
0
void test_7676608(void) {
  float q = 0.7f;
  char c = 5;
  f7676608(c *= q);
}