mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 12:01:16 +00:00
Add d as floating point suffix for double types.
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
// #target: macos-x64
|
||||
module test;
|
||||
uint f0 = $typeof(1.0f).sizeof;
|
||||
uint f32 = $typeof(1.0f32).sizeof;
|
||||
uint f64 = $typeof(1.0f64).sizeof;
|
||||
uint f32 = $typeof(1.0f).sizeof;
|
||||
uint f64 = $typeof(1.0d).sizeof;
|
||||
|
||||
/* #expect: test.ll
|
||||
|
||||
|
||||
Reference in New Issue
Block a user