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