summaryrefslogtreecommitdiffstats
path: root/testsuite/systemtap.printf/char1.stp
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/systemtap.printf/char1.stp')
-rw-r--r--testsuite/systemtap.printf/char1.stp9
1 files changed, 9 insertions, 0 deletions
diff --git a/testsuite/systemtap.printf/char1.stp b/testsuite/systemtap.printf/char1.stp
new file mode 100644
index 00000000..d7db1288
--- /dev/null
+++ b/testsuite/systemtap.printf/char1.stp
@@ -0,0 +1,9 @@
+probe begin
+{
+ printf("%c", 115)
+ printf("%c", 116)
+ printf("%c", 97)
+ printf("%c", 112)
+ print("\n")
+ exit()
+} \ No newline at end of file