summaryrefslogtreecommitdiffstats
path: root/testsuite/buildok/usymname.stp
blob: 57e3f9c27413cbd74e0032bcc732758bf7476ec3 (plain)
1
2
3
4
5
6
7
8
#! stap -p4
#
# Test the translatability for usymname()
#
probe begin
{
   log(usymname(0))
}