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