We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
hello_world
1 parent 949ec17 commit 5b34054Copy full SHA for 5b34054
examples/interop/cpp/hello_world.carbon
@@ -5,8 +5,7 @@
5
import Cpp inline "#include <cstdio>";
6
7
fn Run() {
8
- // TODO: Requires member operator << and class with virtual bases
9
- // (basic_ostream).
+ // TODO: Requires class with virtual bases (`basic_ostream`).
10
// Cpp.std.cout << "Hello world!\n";
11
12
// TODO: Requires variadic function.
0 commit comments