Community
Participate
Working Groups
Build Identifier: 8.0.0.201109151620 Example main.cpp: #include <iostream> #include "h1.h" using namespace std; int main() { cout << "Value of foo " << (int)foo << endl; return 0; } h1.h: #ifndef H1_H_ #define H1_H_ typedef enum { foo, bar } e_foo; #endif /* H1_H_ */ Reproducible: Always Steps to Reproduce: 1. Put example in main.cpp and H1.h files.
*** This bug has been marked as a duplicate of bug 356057 ***