tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

typedef-printers.cpp (133B)


      1 #include "gdb-tests.h"
      2 
      3 typedef int my_typedef;
      4 
      5 FRAGMENT(typedef_printers, one) {
      6  my_typedef i = 0;
      7 
      8  breakpoint();
      9 
     10  use(i);
     11 }