LCOV - code coverage report | |||||||||||||||||||||||
![]() | |||||||||||||||||||||||
|
|||||||||||||||||||||||
![]() |
1 : /* 2 : * Copyright (c) 2012 The Native Client Authors. All rights reserved. 3 : * Use of this source code is governed by a BSD-style license that can be 4 : * found in the LICENSE file. 5 : */ 6 : 7 : #include "native_client/src/trusted/service_runtime/sel_main.h" 8 : 9 266 : int main(int argc, 10 266 : char **argv) { 11 266 : return NaClSelLdrMain(argc, argv); 12 : } |
![]() |
Generated by: LCOV version 1.7 |