7 lines
153 B
C
7 lines
153 B
C
// This should warn: published framework headers should always
|
|
// #import headers within the framework with framework paths.
|
|
#include "bar.h"
|
|
|
|
int x;
|
|
|