]> sourceware.org Git - systemtap.git/blame - testsuite/semok/autocast09.stp
PR11353: enable probe elision optimization
[systemtap.git] / testsuite / semok / autocast09.stp
CommitLineData
71f309cc
JS
1#! stap -p2
2
3probe begin
4{
5 // Test that unused autocasts are optimized out
82c6c730
SP
6 foo->has->no->type
7 print("avoid probe elision but, not all optimizations")
71f309cc 8}
This page took 0.091679 seconds and 5 git commands to generate.