summaryrefslogtreecommitdiffstats
path: root/testsuite/systemtap.printf/bin1.stp
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/systemtap.printf/bin1.stp')
-rw-r--r--testsuite/systemtap.printf/bin1.stp5
1 files changed, 5 insertions, 0 deletions
diff --git a/testsuite/systemtap.printf/bin1.stp b/testsuite/systemtap.printf/bin1.stp
new file mode 100644
index 00000000..2177d8b3
--- /dev/null
+++ b/testsuite/systemtap.printf/bin1.stp
@@ -0,0 +1,5 @@
+probe begin
+{
+ printf("%1b", 0x42)
+ exit()
+}