summaryrefslogtreecommitdiffstats
path: root/usr.bin/indent/tests/binary.0.stdout
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/indent/tests/binary.0.stdout')
-rw-r--r--usr.bin/indent/tests/binary.0.stdout12
1 files changed, 12 insertions, 0 deletions
diff --git a/usr.bin/indent/tests/binary.0.stdout b/usr.bin/indent/tests/binary.0.stdout
new file mode 100644
index 0000000..a883ed9
--- /dev/null
+++ b/usr.bin/indent/tests/binary.0.stdout
@@ -0,0 +1,12 @@
+/* $FreeBSD$ */
+#define b00101010 -1
+void
+t(void)
+{
+ unsigned a[] = {0b00101010, 0x00005678, 02, 17U};
+ float x[] = {.7f, 0.7f};
+ unsigned long ul[] = {0b00001111UL, 0x01010101UL, 02UL, 17UL};
+
+ if (0 b00101010)
+ return;
+}
OpenPOWER on IntegriCloud