test.c 44 B

123456
  1. int main()
  2. {
  3. char c = 1000;
  4. return c;
  5. }