DEBSOURCES
Skip Quicknav
sources / systemtap / 5.3-2 / testsuite / systemtap.base / kernel-hw-breakpoint-addr_5.c
12345678
#include <stdint.h> uint8_t a[8] = {}; int main(void) { a[0]++; return 0; }