aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/indent/tests/ncs.0
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/indent/tests/ncs.0')
-rw-r--r--usr.bin/indent/tests/ncs.03
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;
+}