aboutsummaryrefslogtreecommitdiffstats
path: root/util/string/fuzzing/escape_c/ya.make
blob: 0cdee23d31630c609c745220a9a410633d380a7d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
OWNER( 
    yazevnul 
    g:util 
) 
SUBSCRIBER(g:util-subscribers)
 
FUZZ() 
 
SRCS( 
    main.cpp 
) 
 
END()