mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-06-03 19:22:27 +00:00
Allow -c to be specified with -E in cosmocc
This commit is contained in:
parent
4ed4a1095a
commit
f8cfc89eba
10 changed files with 41 additions and 4 deletions
|
@ -116,10 +116,12 @@ main()
|
|||
return 31;
|
||||
if (ctl::to_string(3.14L) != "3.14")
|
||||
return 32;
|
||||
#if LDBL_MANT_DIG > 64
|
||||
if (ctl::to_string(LDBL_MAX) != "1.189731495357232e+4932")
|
||||
return 33;
|
||||
if (ctl::to_string(-LDBL_MAX) != "-1.189731495357232e+4932")
|
||||
return 34;
|
||||
#endif
|
||||
}
|
||||
|
||||
CheckForMemoryLeaks();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue