blob: 24a7fc16cf1306f28343ea26ff93b4954ef04324 [file] [log] [blame]
/// This is a libraryish thing in the wrong place.
library included;
void main() {
print('hello, world');
}