• Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/gdb/testsuite/gdb.base/
1#if defined(_WIN32) || defined(__CYGWIN__)
2# define ATTRIBUTES __attribute((__dllexport__))
3#else
4# define ATTRIBUTES
5#endif
6
7static int static_var_1;
8
9ATTRIBUTES void fn_1 (int referenced) { static_var_1 = referenced; }
10ATTRIBUTES int extern_var_1 = 0;
11