diff options
Diffstat (limited to 'usr.bin/indent/tests/ncs.0')
-rw-r--r-- | usr.bin/indent/tests/ncs.0 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/usr.bin/indent/tests/ncs.0 b/usr.bin/indent/tests/ncs.0 new file mode 100644 index 000000000000..129feeeeae4b --- /dev/null +++ b/usr.bin/indent/tests/ncs.0 @@ -0,0 +1,3 @@ +void t(void) { + int a = (double) 8; +} |