aboutsummaryrefslogblamecommitdiffstats
path: root/library/cpp/terminate_handler/sample/segv/ya.make
blob: ae4a907f402a80d2a51c1078534fbbe5e7372b74 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11









                                 
PROGRAM()

SRCS(
    main.cpp
)

PEERDIR(
    library/cpp/terminate_handler
)

END()