Sign in
pigweed
/
third_party
/
github
/
bazelbuild
/
apple_support
/
HEAD
/
.
/
test
/
layering_check
/
c.m
blob: d0861452f6a617bffe516975fa3b0dbc4b6f803a [
file
] [
log
] [
blame
]
#import <Foundation/Foundation.h>
#include
<stdio.h>
#include
"a.h"
#include
"b.h"
int
main
()
{
NSLog
(@
"%d %d"
,
from_a_library
,
from_b_library
);
}