2
0
mirror of https://github.com/boostorg/build.git synced 2026-01-26 06:22:26 +00:00
Files
build/test/dependency-test/a.cpp
Dave Abrahams a27cca7073 Add missing newlines at EOF
[SVN r16802]
2003-01-08 19:43:09 +00:00

9 lines
62 B
C++

#include <a.h>
#include "a.h"
#include <x.h>
int main()
{
}