summaryrefslogtreecommitdiffstats
path: root/testsuite/systemtap.printf/basic6.stp
blob: 69721188fcd9b8d1518e3199cd877c9d1bb5fbaf (plain)
1
2
3
4
5
probe begin 
{
	printf("Hello%%World");	
	exit()
}