Sign in
pigweed
/
third_party
/
github
/
bazelbuild
/
apple_support
/
HEAD
/
.
/
test
/
layering_check
/
c.cpp
blob: 9439f1055c0e91da2cfbe1efa8014ee83003fc8b [
file
] [
log
] [
blame
]
#include
<iostream>
#include
"a.h"
#include
"b.h"
int
main
()
{
std
::
cout
<<
from_a_library
<<
from_b_library
<<
std
::
endl
;
}