mirror of
https://github.com/intel/llvm.git
synced 2026-01-19 17:45:07 +08:00
rdar://problem/8464339 test/types directory: b basic_type.cpp:171 does not work, while gdb does work It tests that 'breakpoint set -f basic_type.cpp:176' works when int.cpp #include's basic_type.cpp. llvm-svn: 118038
10 lines
199 B
C++
10 lines
199 B
C++
#define T int
|
|
#define T_CSTR "int"
|
|
#define T_VALUE_1 11001110
|
|
#define T_VALUE_2 22002220
|
|
#define T_VALUE_3 33003330
|
|
#define T_VALUE_4 44004440
|
|
#define T_PRINTF_FORMAT "%i"
|
|
|
|
#include "basic_type.cpp"
|