I can't add bug at bugtracker, so I write this here:
typedef struct {
	int a;
	int b;
} StructType;
#define StructAddr 0x1000
#define TEST (*(StructType *)StructAddr)
TEST. /* Codecompltetion doesn't show anything. */
(*(StructType *)StructAddr). /*  Ok. Codecompltetion shows fields. */
Seems like codecompletition doesn't parse defines correctly.
This works (doesn't work?) for both - 10.05 and latest nightly.