Sign in
chromium
/
chromium
/
src
/
tools
/
clang
/
refs/heads/main
/
.
/
plugins
/
tests
/
class_with_incomplete_type.txt
blob: f96360edda91943c064f73f02cc9bbbb33ed6887 [
file
] [
log
] [
blame
] [
edit
]
In file included from class_with_incomplete_type.cpp:5:
./class_with_incomplete_type.h:15:5: error: field has incomplete type 'B'
B incomplete;
^
./class_with_incomplete_type.h:11:8: note: forward declaration of 'B'
struct B;
^
1 error generated.