Language
C++
Compiler
clang HEAD 9.0.0 (https://github.com/llvm-mirror/clang.git eccc42be573dbc367ef76309f5fba0991f99315f) (https://github.com/llvm-mirror/llvm.git ac1eef55515c29520a8b361c6b80dbd505cb9a26)
Options
Warnings
Don't Use Boost
C++2a(GNU)
no pedantic
Raw compiler options
-fcoroutines-ts
-stdlib=libc++
$ clang++ prog.cc -Wall -Wextra -std=gnu++2a -fcoroutines-ts -stdlib=libc++
(3,4,5)
(6,8,10)
(5,12,13)
(9,12,15)
(8,15,17)
(12,16,20)
(7,24,25)
(15,20,25)
(10,24,26)
(20,21,29)
Exit Code:
0