aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/indent/tests/cs.0.stdout
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/indent/tests/cs.0.stdout')
-rw-r--r--usr.bin/indent/tests/cs.0.stdout6
1 files changed, 6 insertions, 0 deletions
diff --git a/usr.bin/indent/tests/cs.0.stdout b/usr.bin/indent/tests/cs.0.stdout
new file mode 100644
index 000000000000..1849b2833793
--- /dev/null
+++ b/usr.bin/indent/tests/cs.0.stdout
@@ -0,0 +1,6 @@
+/* $FreeBSD$ */
+void
+t(void)
+{
+ int a = (double) 8;
+}