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