diff options
Diffstat (limited to 'test/float-const-leading-dot.c')
-rw-r--r-- | test/float-const-leading-dot.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/float-const-leading-dot.c b/test/float-const-leading-dot.c new file mode 100644 index 0000000..bfed54a --- /dev/null +++ b/test/float-const-leading-dot.c @@ -0,0 +1 @@ +float x = .5; |