summaryrefslogtreecommitdiffstats
path: root/testsuite/buildok/symname.stp
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/buildok/symname.stp')
-rwxr-xr-xtestsuite/buildok/symname.stp8
1 files changed, 8 insertions, 0 deletions
diff --git a/testsuite/buildok/symname.stp b/testsuite/buildok/symname.stp
new file mode 100755
index 00000000..e082d1a5
--- /dev/null
+++ b/testsuite/buildok/symname.stp
@@ -0,0 +1,8 @@
+#! stap -p4
+#
+# Test the translatability for symname()
+#
+probe begin
+{
+ log(symname(0))
+}