Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Functions
main.cc File Reference
#include "bin/main_impl.h"
#include "platform/assert.h"

Go to the source code of this file.

Functions

int main (int argc, char **argv)
 

Function Documentation

◆ main()

int main ( int  argc,
char **  argv 
)

Definition at line 8 of file main.cc.

8 {
9 dart::bin::main(argc, argv);
11}
#define UNREACHABLE()
Definition assert.h:248
int main(int argc, char **argv)