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