summaryrefslogtreecommitdiffstats
path: root/testsuite/systemtap.base/const_value.stp
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/systemtap.base/const_value.stp')
-rw-r--r--testsuite/systemtap.base/const_value.stp5
1 files changed, 5 insertions, 0 deletions
diff --git a/testsuite/systemtap.base/const_value.stp b/testsuite/systemtap.base/const_value.stp
new file mode 100644
index 00000000..7aded0f2
--- /dev/null
+++ b/testsuite/systemtap.base/const_value.stp
@@ -0,0 +1,5 @@
+probe process("const_value.exe").mark("constvalues")
+{
+ printf("i: %d\n", $baz->i);
+ printf("j: %d\n", $baz->j);
+} \ No newline at end of file