March 16, 2022
https://issues.dlang.org/show_bug.cgi?id=22883

          Issue ID: 22883
           Summary: ImportC:
           Product: D
           Version: D2
          Hardware: All
               URL: http://dlang.org/
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P3
         Component: dmd
          Assignee: nobody@puremagic.com
          Reporter: trikkuz@gmail.com

test.c:
void f() { int t = (int)(sizeof(t)); }

dmd test.c
test.c(1): Error: undefined identifier `t`

--