Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
main.cc
Go to the documentation of this file.
1// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
2// for details. All rights reserved. Use of this source code is governed by a
3// BSD-style license that can be found in the LICENSE file.
4
5#include "bin/main_impl.h"
6#include "platform/assert.h"
7
8int main(int argc, char** argv) {
11}
#define UNREACHABLE()
Definition assert.h:248
char ** argv
Definition library.h:9
int main(int argc, char **argv)
Definition main.py:1